对于实时查询的限制
    对于单个数据表的查询,如果不包含以下的内容,就可以返回“实时结果集”
    (1)在Select语句中不包含DISTINCT
    (2)Join
    (3)Aggregate
    (4)Base tables or views that are not updatable.
    (5)Subqueries.
    (6)ORDER BY clauses not based on an index.

RainBow策划制作 版权所有